home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 13 / MacFormat n. 13 (Spain) / Macformat 13.bin / Shareware Internet / Desarrolladores / ICAppSourceKit1.2 / ICWindowUtils.p < prev    next >
Encoding:
Text File  |  1995-02-10  |  155 b   |  12 lines

  1. unit ICWindowUtils;
  2.  
  3. interface
  4.  
  5.     uses
  6.         ICTypes, ICWindowGlobals;
  7.  
  8.     function WindowsOpen (wt: WindowType): OSErr;
  9.  
  10. implementation
  11.  
  12. end. (* ICWindowUtils *)